Closed
Bug 1441990
Opened 7 years ago
Closed 7 years ago
Allow tests to opt-out of test-verify
Categories
(Testing :: General, enhancement, P2)
Tracking
(firefox60 fixed)
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
794 bytes,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
I'm just thinking of a manifest annotation:
skip-if = verify
![]() |
Assignee | |
Comment 1•7 years ago
|
||
Why? I've seen a few examples that seemed reasonable. Here's one:
https://bugzilla.mozilla.org/show_bug.cgi?id=1415316#c1
Priority: -- → P2
![]() |
Assignee | |
Updated•7 years ago
|
Blocks: test-verify
![]() |
Assignee | |
Comment 2•7 years ago
|
||
I don't have a strategy for supporting this feature in non-mozinfo based manifests (like reftests, uggh), but for .ini manifests, this super-simple change works fine, allowing mochitests, xpcshell, etc manifests to opt-out of test-verify with:
skip-if = verify
https://treeherder.mozilla.org/#/jobs?repo=try&revision=efb0bbe5bd9749fa6cb8731b6bbb88aa75aad8fd
Attachment #8954986 -
Flags: review?(jmaher)
Comment 3•7 years ago
|
||
Comment on attachment 8954986 [details] [diff] [review]
add 'verify' to mozinfo used for test-verify
Review of attachment 8954986 [details] [diff] [review]:
-----------------------------------------------------------------
wow, this is simple. now to start annotating... ;)
Attachment #8954986 -
Flags: review?(jmaher) → review+
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bf7e75d489bc
Support 'skip-if = verify' in mozinfo manifests; r=jmaher
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•